home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / NeXTmille / Source / RepairsView.m < prev    next >
Text File  |  1991-01-11  |  309b  |  25 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "RepairsView.h"
  5. #import    "cards.h"
  6. #import    <assert.h>
  7.  
  8.  
  9. @implementation RepairsView
  10.  
  11.  
  12. - init
  13. {
  14.  
  15.  
  16.     [ super init ];
  17.     bottomFaceBitmap =     [[ CardImage allocFromZone:cardZone ] initFromFile:REPAIRS_BOTTOM_FACE ];
  18.     assert( bottomFaceBitmap );
  19.     
  20.     return self;
  21. }
  22.  
  23.  
  24. @end
  25.